Description
A java applet that creates a group of graphical buttons.
Properties
Property |
Description |
Button Width |
The width in pixels that each button will be. |
Button Height |
The height in pixels that each button will be. |
Orientation |
The applet will line up the various buttons beside each other (horizontal) or on top of each other (vertical). |
Background Color |
The background color of the applet. |
Text Color |
The color that the button captions will be. |
Button Setup |
Stores the list of buttons with their corresponding captions, URLs and Frame Names. |
Insertion Point |
The character position within the current document where the applet code will be inserted into and hence appear within the browser. You must enter an Insert Point before viewing the applet within the current document. |
Browser Compatibility
Navigator 3 |
IE 3 |
Navigator 4++ |
IE 4++ |
compatible |
compatible |
compatible |
compatible |
Aditional Information
When uploading a document that contains this applet be sure to include the following class file(s) in the same directory as the HTML document...
- vrover3.class
- phase1.gif
- phase2.gif
- phase3.gif
- phase4.gif
Troubleshooting
- If the applet does not display properly or does not display at all then check to make sure that the applet code is inserted into the proper position within the document and that the tagging structure (ie broken tags) is correct
- If the applet displayed locally but not when you upoaded it to a server then make sure that all class files were uploaded (listed above under Additional Information) and that their names were correctly maintained during the transer (class files names are case sensitive)
- When the images (glowing balls) that are supposed to show up on the left side of the button do not appear in the Browser Preview Window try using an external browser (Test command)